Point

fun Point(x: Int, y: Int): Point
fun Point(x: Int, y: Int): Point

Creates a new instance of Point with the given x and y coordinates.

Since

8.0.0

Parameters

x

The horizontal coordinate of the point.

y

The vertical coordinate of the point.